projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a4f000
)
docs: typo in GTK_STYLE_CLASS_LIST_ROW docs
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 26 Apr 2016 17:29:33 +0000
(19:29 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 26 Apr 2016 20:41:52 +0000
(16:41 -0400)
Fix typo in documentation of GTK_STYLE_CLASS_LIST_ROW: s/rowss/rows/g
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=765632
gtk/gtkstylecontext.h
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.h
b/gtk/gtkstylecontext.h
index 72654f76f134a5fbf93549902a7fc4f93dc3de65..9f8551f7be6f49524d0d389502d730fb70a6f57f 100644
(file)
--- a/
gtk/gtkstylecontext.h
+++ b/
gtk/gtkstylecontext.h
@@
-215,7
+215,7
@@
struct _GtkStyleContextClass
/**
* GTK_STYLE_CLASS_LIST_ROW:
*
- * A CSS class to match list rows
s
.
+ * A CSS class to match list rows.
*
* Refer to individual widget documentation for used style classes.
*/